home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_326_triangle.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
147b
|
8 lines
// triangular surface (vertices are endpoints)
triangle
{
<-1, 0, -1> // <Vertex1>
< 1, 0, -1> // <Vertex2>
< 0, 0, 1> // <Vertex3>
}